LogData constructor

The creator of the class. It takes the timestamp of the first data as parameter.

Namespace: IntervalZero.KINGSTAR.OpcUa

Assembly: IntervalZero.KINGSTAR.OpcUa (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0

Syntax

C#VB
public LogData(
       long Time
)
Public Sub New(
Time As Long
)
End Sub

Parameters

Time

Type: long

The first time Log is triggered, and it equals to TriggerUtcTime.

 

See also

LogData Class

IntervalZero.KINGSTAR.OpcUa Namespace